home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / Selector / examples / b5.sel < prev    next >
Encoding:
Text File  |  1998-02-03  |  220 b   |  9 lines

  1.    defenv variable Hello
  2.    
  3.    text "[variable]"
  4.    button "This" setenv variable "This" update
  5.    button "Is" setenv variable "Is" update
  6.    button "Selector" setenv variable "Selector" update
  7.    
  8.    unsetenv variable
  9.